home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
Nba
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
2DScript
/
POPUP.UI
< prev
next >
Wrap
Text File
|
1999-06-14
|
4KB
|
219 lines
"2D\Overlays\Popup"
//********************
// Data Container
//********************
DataContainer {
String "PopupInfo1" {
EditBox "PopupInfo1";
};
String "PopupInfo2" {
EditBox "PopupInfo2";
};
String "PopupInfo3" {
EditBox "PopupInfo3";
};
String "PopupTitle" {
EditBox "PopupTitle";
};
Int "PopupRefImage" {
ImageSpinner "PopupRef";
};
};
//********************
// Images
//********************
Image "PopupFrame" {
Filename "Refbox";
};
Image "Charging" {
Filename "DummyOffCharg";
};
Image "Blocking" {
Filename "DummyBlocking";
};
Image "CircleBlocking" {
Filename "DummyBlocking";
};
Image "ReachIn" {
Filename "DummyDefault";
};
Image "Shooting" {
Filename "DummyDefault";
};
Image "LooseBall" {
Filename "DummyLoose";
};
Image "Pushing" {
Filename "DummyPushing";
};
Image "MovingScreen" {
Filename "DummyPushing";
};
Image "OffBall" {
Filename "DummyDefault";
};
Image "Flagrant" {
Filename "DummyFlagrant";
};
Image "IllegalDefense" {
Filename "DummyIllDef";
};
Image "Goaltending" {
Filename "Dummygoal";
};
Image "3seconds" {
Filename "Dummy3sec";
};
Image "5seconds" {
Filename "DummyDefault";
};
Image "10seconds" {
Filename "DummyDefault";
};
Image "24seconds" {
Filename "Dummy24sec";
};
Image "Backcourt" {
Filename "DummyDefault";
};
Image "OutOfBounds" {
Filename "Dummyoofb";
};
Image "Travelling" {
Filename "DummyTravel";
};
Image "FreeThrow" {
Filename "DummyFreeThrow";
};
Image "TimeoutFull" {
Filename "DummyTO";
};
Image "Timeout20" {
Filename "Dummy20secTO";
};
//********************
// Fonts
//********************
Font "PopupFont" {
Filename "Boxtxt";
Translate "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" ",:0123456789";
Kerning 1;
};
Font "PopupTitleFont" {
Filename "TitleFnt";
Translate "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Kerning 0;
};
//********************
// Styles
//********************
Style "PopupStyle" {
Image "PopupFrame";
};
Style "PopupInfoStyle" {
Font "PopupFont";
};
Style "PopupTitleStyle" {
Font "PopupTitleFont";
};
Style "PopupRef" {
Image "ReachIn";
Image "Charging";
Image "Blocking";
Image "CircleBlocking";
Image "ReachIn";
Image "Shooting";
Image "LooseBall";
Image "MovingScreen";
Image "OffBall";
Image "Pushing";
Image "Pushing";
Image "Flagrant";
Image "IllegalDefense";
Image "Goaltending";
Image "3seconds";
Image "5seconds";
Image "10seconds";
Image "24seconds";
Image "Backcourt";
Image "OutOfBounds";
Image "Travelling";
Image "FreeThrow";
Image "TimeoutFull";
Image "Timeout20";
};
//********************
// Edit Boxes
//********************
EditBox "PopupInfo1" {
Style "PopupInfoStyle";
Position [-18, 22];
Size [193, 22];
String "" {
Justify CenterCenter;
Position [96, 11];
};
};
EditBox "PopupInfo2" {
Style "PopupInfoStyle";
Position [-18, 37];
Size [193, 22];
String "" {
Justify CenterCenter;
Position [96, 11];
};
};
EditBox "PopupInfo3" {
Style "PopupInfoStyle";
Position [-18, 52];
Size [193, 22];
String "" {
Justify CenterCenter;
Position [96, 11];
};
};
EditBox "PopupTitle" {
Style "PopupTitleStyle";
Position [99, 2];
Size [86, 14];
};
ImageSpinner "PopupRef" {
Style "PopupRef";
Position [204, 228];
};
//********************
// Groups
//********************
Group "Popup" {
Root;
BottomLeft Position [0, -70];
Children {
ImageSpinner "PopupRef";
Group "PopupBack";
EditBox "PopupInfo1";
EditBox "PopupInfo2";
EditBox "PopupInfo3";
EditBox "PopupTitle";
};
};
Group "PopupBack" {
Style "PopupStyle";
};